@charset "utf-8";
/* CSS Document */

/**common**/
*{ margin:0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html, body { min-width:1400px;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1 Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle; border:0;}
h1,h2,h3,h4,h5,h6 { font-size:inherit; font-weight:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}

.fl { float:left;}
.fr { float:right;}
@font-face { font-family: "Helvetica"; src: url('../fonts/Helvetica.ttf'); }
@font-face { font-family: "HelveticaBold"; src: url("../fonts/HelveticaBold.ttf");}
@font-face { font-family: "PangMen"; src: url("../fonts/PangMen.ttf");}
@font-face { font-family: "YouSheBiaoTiHei"; src: url("../fonts/YouSheBiaoTiHei.ttf");}
@font-face { font-family: "KOULEN"; src: url("../fonts/KOULEN-REGULAR.TTF");}
@font-face { font-family: "Georgiab"; src: url("../fonts/Georgiab.TTF");}
@font-face { font-family: "BEBASKAI"; src: url("../fonts/BEBASKAI.TTF");}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width:0;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}
::-webkit-scrollbar-thumb { background-color:#991017;} /* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color:#991017;} /* 滚动条滑块点击状态 */


/*头部 开始*/
.ly_Top { width:100%; height:84px; margin:0; padding:0; background-color:#fff; box-shadow:0 5px 10px rgba(0,0,0,0.1); position:fixed; top:0; left:0; z-index:9999;}
.ly_Top .lyTop_Main { width:1300px; height:auto; margin:0 auto; padding:0; position:relative;}
.lyTop_Main .ly_Logo { width:auto; height:64px; overflow:hidden; margin:10px 0; padding:0; float:left;}
.ly_Logo a { display: table-cell; vertical-align: middle; width:100%; height:64px; overflow:hidden; margin:0; padding:0;}
.ly_Logo a img { display:inline-block; max-width:100%; height:auto; max-height:100%; margin:0; padding:0;}

.lyTop_Main .lyTop_Tel { width:auto; max-width:250px; height:50px; overflow:hidden; line-height:50px; color:#991017; font-size:30px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:25px 0; padding:0 50px 0 25px; float:right;}

.lyTop_Main .lyTop_Search { margin:25px 0; float:right;}
.lyTop_Search form { width:34px; height:34px; margin:0; padding:0; position:relative;}
.lyTop_Search form .scIpt { width:0; height:34px; overflow:hidden; margin:0; padding:0; position:absolute; top:0; right:34px; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyTop_Search form:hover .scIpt { width:240px;}
.lyTop_Search form .scIpt input { display:block; width:100%; height:34px; overflow:hidden; line-height:32px; color:#333; font-size:14px; white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0 15px; background-color:#fff; border:1px solid #991017; border-right:0; border-radius:4px 0 0 4px; outline:none;}
.lyTop_Search form .scIpt input::-moz-placeholder { color:#aaa;}
.lyTop_Search form .scIpt input:-ms-input-placeholder { color:#aaa;}
.lyTop_Search form .scIpt input::-webkit-input-placeholder { color:#aaa;}
.lyTop_Search form .scBtn { width:34px; height:34px; overflow:hidden; margin:0; padding:0;}
.lyTop_Search form .scBtn input { display:block; width:34px; height:34px; overflow:hidden; margin:0; padding:0; background:#fff url(../images/SSbtn_icon1.png) center center no-repeat; background-size:24px 24px; border:1px solid #333; border-radius:4px; outline:none; cursor:pointer;}
.lyTop_Search form:hover .scBtn input { border:1px solid #991017; border-radius:0 4px 4px 0; background:#991017 url(../images/SSbtn_icon2.png) center center no-repeat; background-size:24px 24px;}


/*导航栏 开始*/
.ly_Nav { width:auto; height:auto; margin:0; padding:0; float:right;}
.ly_Nav li, .ly_Nav a {	text-decoration: none; list-style: none;}
.ly_Nav ::-webkit-scrollbar { display: none;}
.ly_Nav .nav_list { width:100%; margin:0 auto; -webkit-box-sizing: border-box; box-sizing: border-box;}
.ly_Nav .nav_list > ul > li { display:inline-block; width:auto; position: relative; list-style: none; margin:0 40px 0 0; padding:0; float:left; position:relative;}
.ly_Nav .nav_list > ul > li:last-child { background:none;}
.ly_Nav .nav_list > ul > li:hover {}
.ly_Nav .nav_list > ul > li > a { display: inline-block; width:100%; line-height: 44px; color: #333; font-size: 18px; text-align:center; padding: 20px 0; margin: 0; text-decoration: none;}
.ly_Nav .nav_list > ul > li:hover, .ly_Nav .nav_list > ul > li.active {}
.ly_Nav .nav_list > ul > li:hover > a, .ly_Nav .nav_list > ul > li.active > a { color: #991017;}
.ly_Nav .nav_list > ul > li > em { display:block; width:0px; height:2px; overflow:hidden; background-color:#991017; margin:0; padding:0; position:absolute; bottom:0px; left:50%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ly_Nav .nav_list > ul > li:hover > em, .ly_Nav .nav_list > ul > li.active > em { width:100%; margin:0 0 0 -50%;}
.ly_Nav .nav_list > ul > li:nth-child(1):hover > em, .ly_Nav .nav_list > ul > li:nth-child(1).active > em { width:100%; margin:0 0 0 -50%;}
.ly_Nav .nav_list > ul > li i { display:inline-block; width:20px; height:20px; background:url(../images/down.png) center center no-repeat; background-size:10px 10px; vertical-align:middle; cursor:pointer; margin:0; display:none;}
.ly_Nav .nav_list > ul > li i.cur{ background:url(../images/up.png) center center no-repeat; background-size:10px 10px; text-decoration:none;}
.ly_Nav .nav_list > ul > li ul { display:none; position:absolute; left:-17%; top:80px; z-index:9; width:134%; overflow:hidden; background-color:#fff; border-top:2px solid #991017; box-shadow:0 4px 6px rgba(0, 0, 0, 0.1); border-radius:0 0 2px 2px;}
.ly_Nav .nav_list > ul > li:hover ul { display:block;}
.ly_Nav .nav_list > ul > li ul li { width:100%; overflow:hidden; margin:0 auto; padding:0; border-bottom:1px solid rgba(85, 87, 89, 0.1);}
.ly_Nav .nav_list > ul > li ul li:last-child { border:0;}
.ly_Nav .nav_list > ul > li ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#555; font-size:14px; text-align:center; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 8px;}
.ly_Nav .nav_list > ul > li ul li a:hover { color:#991017;}
.ly_Nav .nav_menu { display: none;}

/*导航栏 结束*/
/*头部 结束*/


/*lyIdx_Links 开始*/
.lyIdx_Links { width:1300px; height:auto; min-height:90px; overflow:hidden; margin:0 auto -40px; padding:0 0 0 130px; background-color:#f9f9f9; position:relative; z-index:1;}
.lyIdx_Links .lyIdxLinks_tit { width:130px; height:90px; overflow:hidden; line-height:90px; color:#fff; font-family: "Georgiab"; font-size:28px; text-align:center; margin:0; padding:0; background-color:#991017; position:absolute; left:0; top:0;}
.lyIdx_Links .lyIdxLinks_list { width:100%; height:auto; overflow:hidden; line-height:30px; color:#999; font-size:14px; margin:0; padding:15px 20px;}
.lyIdxLinks_list a { display:block; width:auto; height:30px; overflow:hidden; line-height:30px; color:#666; font-size:15px; margin:0 20px 0 0; padding:0; float:left;}
.lyIdxLinks_list a:hover { color:#991017;}
/*lyIdx_Links 结束*/


/*lyIdx_Foot 开始*/
.lyIdx_Foot { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:40px 0 0; background-color:#0b0507;}
.nyFoot { padding:0;}
.lyFoot_main { width:1300px; height:auto; overflow:hidden; margin:0 auto; padding:60px 0;}
.lyFoot_main .lyFoot_left { width:60%; height:auto; overflow:hidden; margin:0; padding:0; float:left;}
.lyFoot_left ul li { width:33.333333%; height:auto; margin:0; padding:0 30px 0 0; float:left;}
.lyFoot_left ul li p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:18px; margin:0 auto 5px; padding:0 0 0 20px; position:relative;}
.lyFoot_left ul li p i { display:block; width:3px; height:18px; margin:0; padding:0; background-color:#991017; position:absolute; left:0; top:6px;}
.lyFoot_left ul li .lyFoot_menu { width:100%; height:auto; overflow:hidden; margin:0; padding:0 0 0 20px;}
.lyFoot_menu a { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:rgba(255,255,255,0.45); font-size:15px; white-space:nowrap; text-overflow: ellipsis; margin:5px auto 0; padding:0;}
.lyFoot_menu a:hover { color:#fff;}

.lyFoot_main .lyFoot_right { width:35%; height:auto; overflow:hidden; margin:0; padding:0; float:right;}
.lyFoot_right .lyFoot_ewm { width:auto; height:auto; overflow:hidden; border:1px solid rgba(255,255,255,0.2); background-color:rgba(255,255,255,0.2); margin:0; padding:9px; float:left;}
.lyFoot_ewm img { display:block; width:110px; height:110px; overflow:hidden; margin:0 auto 10px; padding:0;}
.lyFoot_ewm span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:rgba(255,255,255,0.45); font-size:15px; text-align:center; margin:0 auto; padding:0;}
.lyFoot_right .lyFoot_lxfs { width:calc(100% - 130px); height:auto; overflow:hidden; margin:0; padding:0 0 0 20px; float:right;}
.lyFoot_lxfs dl dt { width:100%; height:auto; overflow:hidden; line-height:50px; color:#991017; font-family:"BEBASKAI"; font-size:52px; font-weight:bold; letter-spacing:3px; word-break:break-all; margin:0 auto 15px; padding:0 0 9px; border-bottom:1px solid rgba(255,255,255,0.2);}
.lyFoot_lxfs dl dd { width:100%; height:auto; min-height:22px; overflow:hidden; line-height:22px; color:rgba(255,255,255,0.45); font-size:14px; margin:0 auto 10px; padding:0 0 0 22px; position:relative;}
.lyFoot_lxfs dl dd:last-child { margin:0 auto;}
.lyFoot_lxfs dl dd img { display:block; width:16px; height:16px; margin:0; padding:0; position:absolute; left:0; top:3px;}

.lyFoot_copy { width:1300px; height:auto; overflow:hidden; margin:0 auto; padding:20px 0; border-top:1px solid rgba(255,255,255,0.2);}
.lyFoot_copy p { width:auto; height:auto; overflow:hidden; line-height:30px; color:rgba(255,255,255,0.45); font-size:15px; margin:0; padding:0;}
.lyFoot_copy p a { line-height:30px; color:rgba(255,255,255,0.45); font-size:15px;}
.lyFoot_copy p a:hover { color:#fff;}
.lyFoot_copy p.fr { text-align:right;}
/*lyIdx_Foot 结束*/


/*网站右侧漂浮*/
.f_pf1 {position:fixed;top:28%;right:2px;z-index:999;}
.f_pf1 a.qqa {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.7);margin-bottom:2px;}
.f_pf1 a.qqa:after {content:'';display:block;width:24px;height:24px;background:url(../images/slidebar_icon.png) top center no-repeat;overflow:hidden;margin:9px 10px;}
.f_pf1 .tela { position:relative;}
.f_pf1 .tela>a {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.7);margin-bottom:2px;}
.f_pf1 .tela>a:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -27px no-repeat;overflow:hidden;margin:9px 10px;}
.f_pf1 .tela .wz {position:absolute;top:0;left:-212px;z-index:999;display:none;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.f_pf1 .tela:hover .wz{display:block;}
.f_pf1 .tela p {background:#fff;width:200px;height:40px;overflow:hidden;font-size:18px;font-weight:bold;color:#e60012;line-height:40px;text-align:center;}
.f_pf1 .tela p em {width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent #fff;margin-top:-4px;position:absolute;top:50%;right:-6px;}
.f_pf1 .wxa {position:relative;}
.f_pf1 .wxa>span {display:block;width:44px;height:44px;overflow:hidden;background:rgba(0,0,0,.7);margin-bottom:2px;}
.f_pf1 .wxa>span:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -52px no-repeat;overflow:hidden;margin:9px 10px;}
.f_pf1 .wxa .code {position:absolute;top:-44px;left:-132px;z-index:999;display:none;box-shadow: 0 0 10px rgba(0,0,0,.2);}
.f_pf1 .wxa:hover .code{display:block;}
.f_pf1 .wxa .code p {background:#fff;width:120px;height:120px;overflow:hidden;}
.f_pf1 .wxa .code p img {max-width:100%;max-height:100%;}
.f_pf1 .wxa .code p em {width:0;height:0;border-width:6px 0 6px 6px;border-style:solid;border-color:transparent transparent transparent #fff;margin-top:-4px;position:absolute;top:50%;right:-6px;}
.f_pf1 .wxa .code span { display: block; background:#fff;width:120px;height:20px;overflow:hidden; line-height:14px; color:#999; font-size:12px; text-align:center; margin:0 auto; padding:0;}
.f_pf1 a.totop {display:block;width:44px;height:44px;overflow:hidden;background:rgba(230,0,18,.7);margin-bottom:2px;}
.f_pf1 a.totop:after {content:'';display:block;width:24px;height:24px;background: url(../images/slidebar_icon.png) center -76px no-repeat;overflow:hidden;margin:9px 10px;}
.f_pf1 .pfpro,.f_pf1 .pflxwm{ display:none;}
/*右侧漂浮 结束*/